Xceed DataGrid for Silverlight Documentation
GetEnumerator Method (SelectionRange.NotificationDictionary<TKey,TValue>)


Returns an enumerator that iterates through the dictionary.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of TKey,TValue))
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim value As IEnumerator(Of KeyValuePair(Of TKey,TValue))
 
value = instance.GetEnumerator()

Return Value

An enumerator that iterates through the dictionary
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members

Send Feedback